home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils2 / tbt323.arj / TURBOBAT.REV < prev    next >
Text File  |  1994-04-11  |  2KB  |  58 lines

  1. Release Notes for TurboBAT
  2.  
  3. 3.23  04/04/94
  4.  
  5. 3.22
  6.  
  7. 3.21  12/20/93
  8.  
  9.   - Fixed INKEY command to echo 13 to environment when a [RETURN] or [ENTER]
  10.     is pressed with no input.  Used to return the length of the prompt as the
  11.     user input, now always reports 13.
  12.  
  13.  
  14. 3.19  10/21/93
  15.  
  16.   - Fixed INKEY so that you do not have to specify text with this command.
  17.  
  18. 3.18  09/22/93
  19.  
  20.   - Fixed problem where compiled batch file couldn't find hidden or system
  21.     files.
  22.  
  23.  
  24. 3.17  08/03/93
  25.  
  26.   - Now Recognizes SETDOS as a 4DOS internal command.
  27.  
  28.   - Fixed erroneous unmatched WHILE/WEND and REPEAT/UNTIL error message.
  29.  
  30.   - Added the "DOS" command.
  31.  
  32.  
  33. 3.16  11/27/92
  34.  
  35.   - fixed bug when calling external programs and not always passing the
  36.     proper command line
  37.  
  38. 3.15  11/10/92
  39.  
  40.   - changes made to fix problems with the execution of external programs and
  41.     bugs in passing them parameters
  42.  
  43.   - IF NOT ERRORLEVEL n ....
  44.  
  45.     The 'NOT' was being ignored if there wasn't an explicit compare command
  46.     such as GE or EQ. It now works properly.
  47.  
  48.   - The DOS function that was used to see if a drive was valid. The
  49.     original code used Int 21h, AH=32h - Get Drive Parameter Block. That
  50.     function does not recognize network drives, switched it to Int 21h,
  51.     AH=1Ch - Get Allocation Table Information.
  52.  
  53.   - Fixed the BIOS version of SCRPUT. It wasn't restoring the cursor
  54.     location and display attribute after writing out the string.
  55.  
  56.   - Stream lined some of the assembler code.
  57.  
  58.